home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / batch / library / locate / locate.doc next >
Text File  |  1991-03-09  |  986b  |  26 lines

  1.       LOCATE                                     (c) March 1991
  2.       Version 1.0 (beta-test)                by Andrew J. White
  3.       =========================================================
  4.  
  5.       Function:   Batch file enhancer to locate the cursor to
  6.                   a specified row and column.
  7.  
  8.       Usage:      LOCATE [x y]
  9.  
  10.                   Entered alone, LOCATE will display a copyright
  11.                   notice and a summary of usage.
  12.  
  13.                   If X and Y coordinates are specified, the
  14.                   cursor is relocated to the given coordinates.
  15.                   
  16.                   As of version 1.0 (beta-test), only 80 by 25
  17.                   screen modes are supported.  An error message
  18.                   is generated for X and Y coordinates not 
  19.                   within the range {1..80,1..25}.
  20.  
  21.       Example:    LOCATE 20 10
  22.  
  23.                   will move the current cursor position to column 20,
  24.                   line 10.
  25.  
  26.